﻿/*-----------------[初始化]--------------*/
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
body{color: #333;font-size: 16px;line-height: 1.5;background-color: #ffffff; font-family: 'Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica",sans-serif;
     -webkit-text-size-adjust: 100% !important;  
        text-size-adjust: 100% !important;  
        -moz-text-size-adjust: 100% !important;  
}
img{max-width: 100%;}
a,img,button,input,textarea,div{-webkit-tap-highlight-color:rgba(255,255,255,0);}
input,textarea,select{font-size: 14px;color: #000;font-family: 'Microsoft Yahei';outline: 0;border: none;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='radio'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {display: none;}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}


body>a { display: none;}


.ani{
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
a {color: #333;}

/*布局*/
.wp{margin: 0 auto;width: 100%;max-width: 1200px;}

/*******************************
  -------[=头部]-------
********************************/
body{padding-top: 90px;}
.header{
    position: fixed;
    height: 90px;
    top: 0;left: 0;
    right: 0;z-index: 999;
    background-color: #fff;
    -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.2);
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}
.header .wp{
    height: 100%;
    position: relative;
}
.header .logo{
    float: left;
    height: 100%;
    line-height: 90px;
}
.header .logo img{
    height: 50px;
    display: inline-block;
    vertical-align: middle;
}
.header .hdr{
    float: right;
    height: 100%;
    margin-right: 50px;
}
.nav{float: right;}
.nav li{
    float: left;
    height: 100%;
    font-size: 16px;
}
.nav li .v1{
    position: relative;
    display: block;
    height: 100%;
    line-height: 89px;
    color: #333;
    padding: 0 30px;
}
.nav .sub { width: 1000px;margin: 0 auto;}
.nav li .v1:after{
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 0;
    content: '';
    height: 13px;
    width: 1px;
    background-color: #e5e5e5;
}
.nav li:last-child .v1:after{display: none;}
.nav li .v1:hover{color: #007cc3;}
.nav li.on .v1{
    color: #007cc3;
    border-bottom: 1px solid #007cc3;
}
.header .a-shop{
    float: left;
    display: block;
    position: relative;
    height: 100%;
    line-height: 89px;
    font-size: 14px;
    color: #666;
    padding: 0 20px;
    cursor: pointer;
}
.header .a-shop .shop-box{
    display: none;
    position: absolute;
    top: 100%;left: 0;
    right: 0;z-index: 99;
    border: 1px solid #eee;
    background-color: #fff;
}
.header .a-shop .shop-box .tr1{
    display: block;
    text-align: center;
    height: 58px;
    line-height: 58px;
    font-size: 12px;
    color: #666;
    padding: 0 15px;
}
.header .a-shop .shop-box .tr1 span{
    display: block;
    padding-left: 36px;
}
.header .a-shop .shop-box .tr1.tm span{
    background: url(../images/ico-tm.png) 15px center no-repeat;
    border-bottom: 1px solid #d2d2d2;
}
.header .a-shop .shop-box .tr1.jd span{
    background: url(../images/ico-jd.png) 15px center no-repeat;
}
.header .a-shop .shop-box .tr1.tm:hover span{
    color: #007cc3;
    background: url(../images/ico-tm1.png) 15px center no-repeat;
}
.header .a-shop .shop-box .tr1.jd:hover span{
    color: #007cc3;
    background: url(../images/ico-jd1.png) 15px center no-repeat;
}
.header .a-shop .sp1{
    padding-left: 27px;
    height: 18px;
    line-height: 18px;
    background: url(../images/ico-shop.png) left center no-repeat;
    background-size: auto 16px;
}
.header .a-shop:hover .sp1{
    color: #007cc3;
    background: url(../images/ico-shop1.png) left center no-repeat;
    background-size: auto 16px;
}
.header .so-btn{
    float: left;
    margin-left: 10px;
    margin-top: 36px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../images/so-btn.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.header .so-box{
    display: none;
    position: absolute;
    top: 110%; 
    left: 0;right: 0;
    font-size: 14px;
    color: #333;
    height: 45px;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    background-color: #fff;
}
.header .so-box .txt{
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 56px 0 49px;
    height: 45px;
}
.header .so-box .txt::-webkit-input-placeholder {color: #333;}
.header .so-box .txt::-moz-placeholder {color: #333; }
.header .so-box .txt::-ms-input-placeholder {color: #333;}
.header .so-box .close{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 56px;
    cursor: pointer;
    background: url(../images/close1.png) center center no-repeat;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}
.header .so-box .btn{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 37px;
    cursor: pointer;
    background: url(../images/so-btn2.png) right center no-repeat;
}
.header .so-box .close:hover{
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
.header .so-btn-m {
    display: none;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 13px;
    right: 5px;
    background: url(../images/so-btn1.png) center center no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.header .nav-sub,.header .nav-sub2{
    display: none;
    position: absolute;
    top: 101%;
    left: 0;right: 0;
    background-color: #fff;
    z-index: 99;
    overflow: hidden;
    padding: 50px 95px 50px;
    border-bottom: 2px solid #007cc3;
    font-size: 14px;
    color: #333;
}
.header .nav-sub2 {
    padding: 30px 100px;
}

.header .nav-sub2 dl {
    float: right;
    margin-right: 135px;

}

.header .nav-sub2 dl dd {
    float: left;
    margin: 0 35px;
    font-size: 14px;
    color: #666;
    line-height: 2.07em;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.header .nav-sub dl{
    float: left;
    width: 250px; margin:0 30px 0px 0px;
}
.header .nav-sub dt{
    font-size: 16px;
    line-height: 1em;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.header .nav-sub dd{
    font-size: 14px;
    color: #666;
    line-height: 2.07em;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.header .nav-sub dd a,.header .nav-sub2 dd a{
    display: inline-block;
    color: #666;
    font-size: 14px;
    padding-left: 16px;
    background: url(../images/ico-sl22.png) left center no-repeat;
}
.header .nav-sub dd a:hover,.header .nav-sub2 dd a:hover{
    color: #007cc3;
    background: url(../images/ico-sl23.png) left center no-repeat;
}
.header .nav-sub .pic{
    float: right;
    width: 390px;
}
.header .nav-sub .pic img{
    display: block;
    width: 100%;
}

.h_ser { width:96%; margin:0 2%; line-height:30px; display:table;}

.s_inp {  margin-top:19px;}
.inp01 { background:url(../images/s_inp-1.gif) no-repeat; width:215px; height:32px; line-height:32px; padding:0 3px 0 27px; border:none; float:left; font-size:12px; color:#333; font-family: "Microsoft Yahei"; outline:none;}
.btn{background:url(../images/s_ss1-1.gif) no-repeat; border:0px; width:50px; height:32px; line-height:32px; }
.h_ser p { float:left; width:100%; overflow:hidden; font-size:14px; color:#686868;}
.h_ser p a { padding-right:10px;}
.h_ser p a:hover { color:#007cc3;}

.jn_bg { background:#f3f3f3; border-bottom:solid 1px #e4e4e4; display:table; width:100%;}
.jn01 { padding:79px 0 0; width:100%; overflow:hidden;}
.jn01 ul li { float:left; margin:0 68px 30px 0;}
.jn01 ul li a { background:url(../images/jn_libg01-1.gif) no-repeat; width:330px; height:120px; display:block;}
.jn01 ul li a { background:url(../images/jn_libg02-1.gif) no-repeat;}
.jn01 ul li a b { display:block; float:left; width:120px; text-align:center; padding:35px 0 0; line-height:25px; font-size:16px; color:#364655;} 
.jn01 ul li a b { color:#fff;}
.jn01 ul li a b i { font-size:24px;}
.jn01 ul li a span { display:block; padding:35px 0 0; font-size:16px; color:#585858; line-height:30px; text-align:center;}
.jm01 p:hover { padding-left:5px;}
.jm02 p:hover { padding-right:5px;}

.jn02 { background:url(../images/jn_btbg-1.gif) no-repeat; width:370px; height:370px; overflow:hidden; margin-top:60px;}
.jn02 span a { display:block; font-size:30px; color:#364655; padding:60px 0 0; text-align:center;}
.jn02 span a:hover { color:#007cc3;} 
.jn02 span a b { display:block; font-size:24px; padding-top:10px;}
.jn02 p { display:block; padding:70px 0 0; line-height:30px; color:#364655; font-size:14px; text-align:center;}

.zj_bg { background: #f3f3f3;
    /* border-top: solid 1px #e3e3e3; */
    /* height: 1040px; */
    padding-top: 50px;
    display: table;
    width: 100%;}

.zj_con { padding:20px 0 0; }
.zj01 { float:left; background:#007cc3; border-radius:5px; width:96%; margin:0 2%;}
.zj01 img { width:100%;  padding:10px 10px 3px 10px;}
.zj01 i img { width:100%; height:22px;}

.zj02 { float:left; width:96%; margin:0 2%;}
.zj02 b{  height:52px; line-height:52px; display:block;}
.zj02 b a { font-size:24px; color:#364655;}
.zj02 b a:hover { color:#007cc3;}
.zj02 p { line-height:26px; font-size:14px; color:#585858; overflow:hidden;}

.zj_pic ul { width:150px; float:left; }
.zj_pic ul li { margin-bottom:15px;}
.zj_pic ul li a { background:url(../images/zj_libg011-1.gif) no-repeat; width:150px; height:45px; line-height:45px; color:#fff; font-size:16px; font-weight:bold; display:block; text-align:center;}
.zj_pic ul li a:hover,.zj_pic ul .cur a { background:url(../images/zj_libg02-1.gif) no-repeat; }
.zj_pic span { display:block; float:left; width:50%;}
.zj_pic span a{ float:left; display:block;}
.zj_pic span a img { width:191px; height:165px; margin-left:15px;}
.zx_con{width:100%; display:table;}
.zx_con h3 { margin-bottom:10px; width:49%; float:left; margin-right:2%;}
.zx_con h3:nth-child(2n+2){margin-right:0px;}
.zx_con h3 a { background:#364655;  border-radius:5px; height:50px; line-height:50px; text-align:center; font-size:16px; color:#fff; margin:0 auto; display:block;}
.zx_con ul { padding:0 0 0 25px;}
.zx_con ul li { height:40px; line-height:40px; background:url(../images/zx_xx01-1.gif) repeat-x 0 bottom; float:left; width:130px;}
.zx_con ul li a { font-size:14px; color:#000;}
.zx_con ul .nobor01 { background:none; margin-bottom:10px;}

/*******************************
    -------[=导航]-------
********************************/
.menuBtn {
    position: fixed;top: 15px;
    right: 15px;width: 28px;height: 20px;
    display: none;cursor: pointer;z-index: 1000;
}
.menuBtn em {margin-bottom: 6px;display: block;height: 3px;background-color: #231c1c;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.menuBtn.on em {display: none;margin: -2px 0 0; position: absolute;top: 50%;width: 30px;}
.menuBtn.on em:first-child {display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.on em:last-child {display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);}
#aside {
    display: none;
    position: fixed;
    top: 50px;left: 0;right: 0;
    background-color: #fff;
    z-index: 110;
    border-top: 2px solid #e9e9e9;
    -moz-box-shadow:0px 2px 5px rgba(0,0,0,.1); 
    -webkit-box-shadow:0px 2px 5px rgba(0,0,0,.1); 
    box-shadow:0px 2px 5px rgba(0,0,0,.1);
}
#aside .menu {}
#aside .menu li{
    font-size: 16px;
}
#aside .menu li a{
    display: block;
    color: #888;
    height: 50px;
    line-height: 49px;
    border-bottom: 1px solid #ebebeb;
    white-space: nowrap;overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
#aside .menu li > a{
    color: #353535;
    padding: 0 10px;
}
#aside .menu li.h-sub > a{
    background: url(../images/icon-close.png) 95% center no-repeat;
    background-size: auto 14px;
}
#aside .menu li.h-sub.open > a{
    background: url(../images/icon-open.png) 95% center no-repeat;
    background-size: 14px auto;
}
#aside .menu li a:hover{color: #007cc3;}
#aside .sub-nav{display: none;}
#aside .sub-nav dd{padding-left: 10px;font-size: 14px;}


#aside .lg{
    padding: 10px 0 30px;
    text-align: center;
}
#aside .lg a{
    display: inline-block;
    padding: 0 15px;
    height: 36px;
    line-height: 36px;
    margin: 0 10px;
    color: #353535;
    border-bottom: 1px solid #353535;
}
#aside .lg a.on{
    color: #007cc3;
    border-bottom: 1px solid #007cc3;
}

/*******************************
  -------[=底部]-------
********************************/
.footer .ft-t{
    padding-top: 50px;
    color: #fff;
    background-color: #364655;
}
.footer .ft-t .logo{margin-bottom: 20px;}
.footer .ft-t .logo a:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.footer .ft-t .col-l{
    width: 21%;
    font-size: 14px;
    color: #dadada;
    min-height: 144px;
    background: url(../images/bg01.png) right top repeat-y;
}
.footer .ft-t .col-l .tel{
    font-size: 30px;
    color: #fff;
    line-height: 1em;
    font-weight: lighter;
    margin: 5px 0 16px;
}
.footer .ft-t .col-l .m-tel1{text-align:center;}
.footer .ft-t .col-l .m-tel2{display: none;}
.footer .ft-t .col-l .help{
    display: block;
    width: 240px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    color: #fefefe;
    border-radius: 2px;
    border: 1px solid #fff;
    margin-top: 16px;
    white-space: nowrap;    
    overflow: hidden;
}
.footer .ft-t .col-l .help span{
    text-align: left;
    display: inline-block;
 /*   padding-left: 30px;
    background: url(../images/help.png) left center no-repeat;
    background-size: 15px auto;*/
}
.footer .ft-t .col-l .help:hover{
    color: #007cc3;
    border-color: #007cc3;
}
/*.footer .ft-t .col-l .help:hover span{
    background: url(../images/help1.png) left center no-repeat;
    background-size: 15px auto;
}*/
.footer .ft-t .col-r{
    width: 79%;
    overflow: hidden;
}
.footer .ft-t .col-r dl{
    float: left;
    width: 20%;
    padding-left: 50px;
}
.footer .ft-t .col-r dl:last-child{
    float: right;
    width: auto;
    padding-left: 0;
}
.footer .ft-t .col-r dt{
    font-size: 22px;
    margin-bottom: 13px;
    font-weight: normal;
}
.footer .ft-t .col-r dd a{
    display: block;
    font-size: 15px;
    line-height: 2em;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
}
.footer .ft-t .col-r dd a:hover{color: #007cc3;}
.footer .ft-t .about{
    position: relative;
    text-align: center;
    padding: 30px 0 30px 0;
}
.footer .ft-t .about .tit{
    font-size: 16px;
    overflow: hidden;
    /*margin-bottom: 30px;*/
}
.footer .ft-t .about .subtit{display: none;font-size: 12px;}
.footer .ft-t .about .tit p{
    display: inline-block;
    position: relative;
    font-size: 12px;
}
.footer .ft-t .about .tit p:after,
.footer .ft-t .about .tit p:before{
    position: absolute;
    content: '';
    width: 600px;
    height: 1px;
    top: 50%;
    background-color: #fff;
}
.footer .ft-t .about .tit p:after{right: -618px;}
.footer .ft-t .about .tit p:before{left: -618px;}
.footer .ft-t .about .weixin,.footer .ft-t .about .weibo{
    display: inline-block;
    vertical-align: middle;
    width: 30px;height: 30px;
    /*margin: 0 10px;*/
}
.footer .ft-t .about .weixin{
    background: url(../images/weixin.png) 0 0 no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
}
.footer .ft-t .about .weibo{
    background: url(../images/weibo.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.footer .ft-t .about .weixin:hover{
    background: url(../images/weixin1.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.footer .ft-t .about .weibo:hover{
    background: url(../images/weibo1.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.pop_weixin{
    position: absolute;
    top: -100px;left: 54.3%;
    z-index: 10;
    width: 120px;padding: 1px;
    margin-left: -95px;
    border: 1px solid rgba(0,0,0,.3);
    box-shadow: 0 3px 7px rgba(0,0,0,.3);
    border-radius: 6px;background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.pop_weixin:after{
    position: absolute;
    content: '';
    bottom: -9px;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 9px;
    background: url(../images/arrow01.png) 0 0 no-repeat;
    background-size: 100% 100%;

}
.pop_weixin img{
    display: block;
    width: 100%;
}

/*.footer .ft-t .about .weixin:hover  .pop_weixin{
    opacity: 1;
    visibility: visible;
}*/

.footer .ft-b{
    padding: 15px 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background-color: #32414f;
}
.footer .ft-b a{color: #fff;}
.footer .ft-b a:hover{color: #007cc3;}
/*******************************
    -------[=内页banner]-------
********************************/
.ban-inner{
    position: relative;
    height: 540px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.ban-inner .txt{
    position: absolute;
    left: 0;right: 0;
    top: 43%;
    text-align: center;
    font-size: 38px;
    color: #f5f5f5;
    line-height: 2.4em;
    font-weight: lighter;
    text-shadow: 2px 3px 4px #505050
}
.ban-inner .txt em{
    display: block;
    font-size: 18px;
    line-height: 1.4em;
}
.ban-inner .txt.style2{
    text-shadow: 5px 5px 20px rgba(0,0,0,.3);
}
.ban-inner .txt.style2 em.e1:before{
    content: '';
    display: block;
    margin: 12px auto 20px;
    width: 15px;
    height: 1px;
    background-color: #fff;
}

/*******************************
    -------[=公用]-------
********************************/
.bg-white{background-color: #fff;}
.cur{
    font-size: 16px;
    height: 82px;
    background-color: #fff;
}
.cur .tit{
    display: none;
    height: 40px;
    line-height: 39px;
    text-align: center;
    cursor: pointer;
    background: url(../images/icon-close.png) right center no-repeat;
    background-size: auto 15px;
	 border-bottom: 1px solid #e5e5e5;
}
.cur.open .tit{
    background: url(../images/icon-open.png) right center no-repeat;
    background-size: 15px auto;
	 border-bottom: 1px solid #e5e5e5;
}
.cur .wp{
    height: 100%;
    white-space: nowrap;
   
}
.cur a{
    display: inline-block;
    color: #666;
    padding: 0 15px;
    margin-right: 70px;
    line-height: 80px;
}
.cur a:hover{color: #007cc3;}
.cur a.on{color: #007cc3;border-bottom: 1px solid #007cc3;}

.g-tit1{
    position: relative;
    font-size: 24px;
    color: #333;
    text-align: center;
    padding-top: 42px;
    margin-bottom: 20px;
}
.g-tit1:after{
    position: absolute;
    content: '';
    bottom: -18px;
    left: 50%;
    margin-left: -13px;
    width: 25px;
    height: 1px;
    background-color: #333;
}


/*
-----------------[视频弹窗]--------------*/

.m-pop{
    position: fixed;
    left: 0;
    top: -120%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: rgba(0,0,0,.6);
}
.m-pop.open{top: 0;}
.m-pop .box{
    position: absolute;
    width: 800px;
    left: 50%;top: 45%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.m-pop .box video{width: 100%;}
.m-pop .box .close{
    position: absolute;
    left: 50%;
    bottom: -65px;
    margin-left: -22.5px;
    width: 45px;
    height: 45px;
    cursor: pointer;
    background: url(../images/close.png) 0 0 no-repeat;
}
.m-pop .box .close:hover{
    opacity: .8;
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}

@media only screen and (min-width: 769px){
    .footer .ft-t .about .weixin1,.footer .ft-t .about .weibo1 { display: none;}
}

#section_second{position:relative;margin:20px auto; width:100%;height:320px; background:url(../images/about.jpg) top center no-repeat; background-size:100%;}
#section_second .panel-row-style{background-position: top center !important;}
#section_second .sec_s_text{width:90%;background-color:white;position:absolute;top:90px; margin:0 5%;}
#section_second .sec_s_text p.top{font-size:1.4rem;color:#333;font-family:Open Sans,Arial,微软雅黑;text-align:center;margin:45px 0 5px;}
#section_second .sec_s_text em{width: 60px;display: table;border-top: 1px solid #333;line-height: 0;margin: 0 auto;}
#section_second .sec_s_text h3{font-size:30px;color:#333;font-family:微软雅黑;text-align:center;font-weight:500;line-height:36px;margin: 28px 0;}
#section_second .sec_s_text p:nth-child(2){margin-bottom:0;}
#section_second .sec_s_text p.bottom{font-size:14px;color:#666!important;text-align:center;line-height:28px;margin-bottom:20px;}
#section_second .sec_s_text a{font-size:14px;color:#333;display:table;margin:20px auto 30px;font-family:Times New Roman,微软雅黑;cursor:pointer;}






